/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#00468c;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

.demo-layout-ewm img img, .demo-layout-logo img, .demo-logo a img, .page-message-img img{
    max-width: 100%;
}


/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.container-fluid {
    padding: 0 2%;
}
#menu{float: left;}
.demo-logo{width: auto;line-height: 89px;width: 28%;float: left;}
.demo-logo img{width: 100%;}
.logowz{color: #000000;font-size: 17px;font-family: 'Arial'; padding-left: 15px;margin-left: 15px;line-height:20px;border-left:2px solid #444444;height: 20px;margin-top: 27px;}
.dao{width:69%;}
.demo-menu{float: left;width: 100%;}
.demo-menu>li{float: left;height: 95px;border-bottom: 1px solid #fff;}
.demo-menu>li>a{color: #444444;font-size: 16px;border-radius: 4px;line-height: 95px;display: block;font-weight:600;}
.demo-menu>li.active>a, .demo-menu>li>a:hover{background: #00468c;color: #444444;}
.demo-header{    padding: 0;}
.demo-menu>li:hover{border-bottom: 1px solid #00468c;}
.nav>li>a{padding: 0 20px;}

.demo-menu>li {
    float: left;
    position: relative;
   
}


.demo-menu>li.active>a,.demo-menu>li>a:hover {
    background: #00468c;
    color: #fff
}

.demo-menu>li:after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%
}

.demo-menu>li:hover .demo-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.demo-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150%;
    left: -25%;
    top: 65px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.demo-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em
}

.demo-sub-menu>li>a:hover {
    background: #e9eaeb
}

.demo-sub-menu:after {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99
}


.demo-header-right #formsearch{width: 100%;height: 37px;background: url(../images/ss.png) no-repeat top center;    background-size: 100% 100%;padding-top: 10px;}
.demo-header-right #formsearch:before {
    content: "";
    position: absolute;
    left: 36px;
    top: 5px;
}
.demo-header-right #formsearch #keyword{margin-top: 0;line-height: 37px;height: 37px;color: #a7a7a7;float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0,0,0,.8);
    padding-left: 10px}

.demo-header-right #formsearch #s_btn{line-height: 37px;height: 37px;float: left;
    background: none;
    outline: none;
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    width: 35px;
    height: 30px}
.demo-header-right{  
    float: right;
    line-height: 75px;
    position: relative;
    text-align: right;
    font-size: 18px;
    padding-top: 10px;
    margin-right: 10%
    
}

 @media(max-width:1440px){
.nav>li>a{padding: 0 14px;}
}
   

@media(max-width:1340px){
.nav>li>a{padding: 0 10px;}
.demo-header-right{
    margin-right:0;
}
}



@media(max-width:1209px){
.dao {
    width:71%;
}

@media(max-width:1209px){
.demo-header-right{display: none;}
.dao {
    width:69%;
}}
#menu{float: right;}
}
@media(max-width:1110px){
.dao {
    width:64%;
}
.nav>li>a{font-size:15px;}
}
.demo-sub-menu:after {
    display: none;
}


.x-menu{
    float: none;
    width:100%;
}

/*导航栏样式*/


.nav li a:hover{text-decoration:none;background: #00468c;color: #fff;}

.nav .sec{height:0;background:#00468c;color:#fff;overflow:hidden;z-index:9999;width:100%;position:absolute;top:95px;left:0px;}
.nav .sec a{background:#00468c;color:#fff;height:38px;line-height:38px;border-radius: 0; font-size: 12px; display: block;padding: 0;text-align: center;}
.nav .sec a:hover{background:#000;text-decoration:none;color:#fff;}

.owl-carousel .owl-dots button.owl-dot{width: 7px;height: 7px;background: #272626;opacity: 1;}
.owl-carousel .owl-dots button.owl-dot.active{background: #00468c;}


.wh{max-width:1630px;margin: 0 auto;padding: 0 15px;}
.box1 .wh{border-bottom:1px solid #e7e7e7;}
.wbox{padding-top: 80px;padding-right: 4%;}
.w1{color: #444444;font-size: 24px;}
.w2{color: #444444;font-size: 14px;line-height: 28px;margin-top: 30px;}
.sp img{display: block;width: 100%;}
.wbox a{margin-top: 28px;display: block;margin-bottom: 10px;}

/*热门搜索*/
.sou{margin: 15px 0;}
.sou #formsearch{float:right;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}


/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;}
.sou #formsearch input{height:22px;background:#fff;border:1px solid #c8c8c8;line-height:22px;}
.sou #formsearch input#keyword{height:22px;line-height:22px;padding-left:4px;color:#666;}
.sou #formsearch input#s_btn{width:46px;height:24px;line-height:24px;text-align:center;background-color:#00468c;color:#fff;border:none;cursor:pointer;font-size: 12px;}


.tbox{padding: 0 15px;}
.cpzx{margin-top: 30px;}
.bt1{color: #00468c;font-size: 32px;text-align: center;}
.bt1 span{color: #787878;font-size: 16px;display: block;background: url(../images/line1.png) no-repeat center;}
.tbox .pmore{margin-top: 15px; display: block;color: #444444;font-size: 14px;width: 131px;height: 40px;line-height: 40px;background: #00468c;text-align: center;border-radius: 15px;}
.product_list1{margin: 0 -15px;margin-top: 30px;}
.product_list1 li {margin-bottom: 20px;    width: 20%;}
.product_list1 li a.img{border:1px solid #e2e2e2;display: block;}
.product_list1 li a.img img{display: block;width: 100%;}
.product_list1 li  h3 a{color: #000000;font-size: 16px;display: block;font-weight: normal;line-height: 40px;}
.product_list1 li:hover  h3 a{color: #00468c;}
.product_list1 li:hover a.img{border:1px solid rgba(0,70,140,.55);}



/*技术实力*/
.technical-box {
    padding: 30px 0px;
    font-size: 0px;
}

.technical-box .title {
    display: inline-block;
    vertical-align: middle;
    width: 385px;
    font-size: 40px;
    color: #2c1e1d;
    font-weight: normal;letter-spacing: 2px;
}

.technical-box .title span {
    margin-top: 5px;
}

.technical-box .title p {
    font-size: 32px;
    color: #00468c;
    font-weight: normal;
    font-family: "Arial";
    margin: 0;
}

.technical-box .scroll-numb {
    width: calc(100% - 385px);
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.technical-box .scroll-numb li {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #e3dad1;
}
.count-title{
	 font-size: 51px;
   letter-spacing: 1px;
    color: #00468c;
    line-height: 51px;
}
.technical-box .scroll-numb li div span:nth-of-type(1) {
    font-size: 51px;
   letter-spacing: 1px;
    color: #00468c;
    line-height: 51px;
}

.technical-box .scroll-numb li div span:nth-of-type(2) {
    font-size: 24px;
    letter-spacing: 1px;

    color: #00468c;
}

.technical-box .scroll-numb li p {
    font-size: 19px;
    color: #2c1e1d;
    margin: 0; margin-top: 20px;
}

.technical-box .scroll-numb li:nth-of-type(4) {
    border-right: 1px solid #e3dad1;
}


/*技术实力图片*/
.technical-img {
    padding-bottom: 30px;
}

.technical-img .img-left {
    width: 49.4%;
    float: left;
}

.technical-img .img-left img {
    width: 100%;
}

.technical-img .img-right {
    width: 100%;
  /*  float: right;*/
}

.technical-img .img-right img {
    max-width:100%; height:auto !important;width:auto !important;
}

@media (max-width: 768px) {
    .technical-img {
        padding-bottom: 30px;
    }

    .technical-img .img-left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .technical-img .img-right {
        width: 100%;
        float: none;
    }
}


/*案例展示*/
.cbox{
    display: flex;
    align-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
    margin-top: 30px;
}
.cul{width: 50%;}
.cul li{overflow: hidden;}
.cul li a.img{display: block;width: 100%;position: relative;}
.cul li a.img img{display: block;width: 100%;}
.cul li h3{font-weight: normal; position: absolute;bottom: -83px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;left: 0;width: 100%;height: 83px;background-color: #00468c;border-top: solid 1px #e5e5e5;text-align: center;line-height: 83px;color: #fefefe;font-size: 16px;}
.clist{width: 50%;margin-left: 1%;}
.clist li{width: 49%;margin-bottom:1.3%;overflow: hidden;}
.clist li:nth-child(2n){float: right;}
.clist li a.img{display: block;width: 100%;position: relative;}
.clist li a.img img{display: block;width: 100%;}
.clist li h3{font-weight: normal; position: absolute;bottom: -83px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;left: 0;width: 100%;height: 40px;background-color: #00468c;border-top: solid 1px #e5e5e5;text-align: center;line-height: 40px;color: #fefefe;font-size: 16px;}
.cul li:hover h3{bottom: 0;}
.clist li:hover h3{bottom: 0;}











.abouts{margin-top: 0px;}
.abouts .wh{display: flex;max-width: 1630px;margin-top: 30px;}
.aleft{background: #0060c0;background-size: 100% 100%;width: 45%;padding-top: 40px;padding-left: 4%;}
.aleft h3{color: #fff;font-size: 16px;font-weight: normal;padding-bottom: 20px;background:url(../images/line1.jpg) no-repeat bottom left;}
.aright{}
.aright img{display: block;width: 100%;}
@media(max-width:768px){
    .aright img{
        max-width:100%; height:auto !important;width:auto !important;
    }
}
.acon{color: #fff;font-size: 14px;line-height:30px;margin-top: 20px;margin-right: 10%;display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;}
.aleft a{display: block;margin-top: 35px;}
.aimg1{width:7.58%;}
.aimg1 img{width: 100%;height: 100%;}

@media(max-width:1200px){
.acon{line-height: 24px;font-size: 12px;}
.aleft{padding-top: 10px;}
.aleft a{margin-top: 20px;}
.aimg1{display:none;}
}



@media(max-width:990px){
.abouts .wh {
    display: block;
}
.aimg1{display: none;}
.aleft{width: 100%;padding-bottom: 10px;}
.aright{width: 100%;}

}

.pul{position: relative;margin-top: 36px;padding: 0 3%;}
.pul li{margin: 3px;}
.pul li a{display: block;border: solid 1px #dddddd;}
.pul li a:hover{
    border-color:#0060c0;
}
.pul li a img{display: block;width: 100%;}
.pul .slick-arrow {background: none;outline: none;font-size: 0;border:none;z-index: 9999; position: absolute;top:50%;margin-top: -31px;width: 27px;height: 62px;}
.pul .slick-prev{background: url(../images/lt1.png) no-repeat top center;left: 0;}
.pul .slick-next{background: url(../images/rt1.png) no-repeat top center;right: 0;}






.he{margin-top: 25px;}






.xinwen{margin-top: 25px;}
.news_list1{margin-top: 30px;}
.news_list1 .slick-arrow{display: none!important;}
.news_list1  li{border:1px solid #e7e7e7;margin: 0 10px;padding:25px 20px;}
.news_list1  li a{color: #444444;font-size: 16px;display: block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.news_list1  li .sumy{color: #585757;font-size: 12px;margin: 30px 0 50px 0;line-height: 24px;}
.news_list1  li .ntime {color: #b1b0b0;font-size: 18px;}
.news_list1  li .ntime span{color: #444444;font-size: 24px;}
.nmore{display: block;background: url(../images/jt1.png) no-repeat top center;width: 28px;height: 29px;}
.news_list1  li:hover  .nmore{background: url(../images/jt2.png) no-repeat top center;}
.news_list1  li:hover {background: url(../images/nbj1.png) no-repeat top center;background-size: 100% 100%;}
.news_list1  li:hover .ntime{color: #fff;}
.news_list1  li:hover a{color: #fff;}
.news_list1  li:hover .ntime span{color: #fff;}
.news_list1  li:hover .sumy{color: #fff;}



.demo-footer{background: #1f1f1f;color: #c2c2c2;text-align: center;padding: 15px 0;}
.demo-footer a{color: #c2c2c2;}

.foot{background: #2a2a2a;margin-top: 90px;position: relative;}
.ft1{padding-top: 40px;}
.tlogo{text-align: center;}
.tlogo img{margin-top: -32px;}
.tleft{color: #d4d4d4;font-size: 14px;}
.tleft a{color: #d4d4d4;}
.tlx{line-height: 30px;margin-top: 10px;}
.f_link{margin-top: 40px;padding-bottom: 10px;color: #d4d4d4;font-size: 14px;line-height: 26px;}
.f_link a{color: #d4d4d4;}


.mx-input-box {
    margin: 0 -20px 15px;
}
.mx-input-width {
    float: left;
    width: calc(33.333333% - 28px);
    margin: 0 14px;
}
#mx-form .mx-input {
    width: 100%;
    height: 37px;
    border: 1px solid #9c9c9c;
    background: transparent;
    padding: 0 10px;
    font-size: 12px;
    color: #9b9b9b;
    border-radius: 5px;
}
.mx-input-width-two {
    margin: 0 14px;
    float: left;
    width: calc(66.666666% - 28px);
}
#mx-form .mx-textarea {
    resize: none;
    padding-top: 10px;
    height: 70px;
}
#mx-form .mx-submit {
    width: 100%;
    background: #00468c;
    height: 37px;
    color: #fff;
    font-size: 14px;
    border: none;
    margin-top: 30px;
}
#mx-form #checkcode {
    width: calc(100% - 89px);
    border-right: none;
}
#mx-form #checkCodeImg1 {
    float: right;
    border: 1px solid #e1e8fd;
}
@media (max-width: 1000px){
.mx-input-width, .mx-input-width-two {
    width: 100%;
    margin: 0 0 10px;
}
.mx-input-box {
    margin: 0;
}
}
#mx-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #9b9b9b;
}
#mx-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #9b9b9b;
}
#mx-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #9b9b9b;
}
#mx-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #9b9b9b;
}


.page-product-inquiry a{color: #fff;}

.page-position1{color: #2f2f2f;text-align: right;line-height: 68px;}
.page-position1 a{color: #2f2f2f;}
.cpny .page-wrap-left {display: none;}
@media (min-width: 1200px){
.container {
    max-width: 1630px;
}
}
@media (max-width: 990px){
.x-banner,.page-banner{margin-top: 60px;}
.cpny  .page-wrap-left {display: block;}
.nybox{display: none;}
.news_list1 li{padding: 5px;}
.news_list1 li a{
     display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news_list1 li .sumy{
     display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 10px 0 10px 0;
}
.news_list1 li .ntime{font-size: 14px;}
.news_list1 li .ntime span{font-size: 16px;}
.demo-banner,.page-banner{margin-top: 60px;}
}

.nymenu {
    width:92%;
    border:none;
    
    position: relative;
    z-index: 2;
}




.nymenu ul.sort1 {
    float: left;
    width:100%;
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 8px 0px 
        rgba(0, 0, 0, 0.07);
}




.nymenu ul li.layer1 {
     width: 10%;
    float: left;
    height: auto;
    cursor: pointer;
    text-align: center;

}
.nymenu ul li.layer1  a{  border-bottom: #f5f5f5 solid 1px;}
.nymenu ul li.layer1:hover{background: url(../images/line2.jpg) no-repeat center 55px;}
.nymenu ul li a {
    color: #1e1e1e;
    font-size: 16px;
}
.nymenu ul li a.list_item{display: block;line-height: 77px;}


.nymenu ul li a .flen {
    color: #C8C8C8;
    text-transform: uppercase;
}

.layer2 ul li a{
     color: #818080;
    font-size: 14px;
    display: block;
    line-height: 70px;
}
.layer2{margin-top:15px;background:#fff;overflow: hidden;width: 73vw; box-sizing: border-box;position: relative; margin-left: 12%;}
.layer2 ul{margin-top:0}
.layer2 ul li{
    float:left;
    text-align: left;
    margin: 0 2%;
}
.layer2 ul li a:hover{background: url(../images/line3.jpg) no-repeat center 55px;color: #2d2c2c;}
.layer3{
    height: 182px;
}
.layer3 ul{width:100%;padding-top: 10px;height: 100%;box-sizing: border-box;}
.layer3 ul li{
    width:100%;
    float:left;
    height: 25px;
}
.mbt{width: 8%;text-align: center;}
.mbt h3{font-weight: normal;padding-top: 15px;line-height: 26px; color: #1e1e1e;font-size: 18px;background: #00468c;height: 77px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}
.mbt h3 span{color: #1e1e1e;font-size: 14px;text-transform: uppercase;display: block;}
@media (max-width: 1630px){
.nymenu{margin-right: 2%;width: 90%;}
.page-position1{margin-left: 2%;text-align: left;}
}

.tlogo img{max-width: 100%;}





.product_list1 li {position:relative;}
.product_list1 li a.img{display:block;position:relative;}
.bj1{position:absolute;top:0;left:0;width:100%;height:100%;background: rgba(0,70,140,.55);display:none;}
.product_list1 li:hover .bj1{display:block;}

@media (max-width:1200px) {
.technical-box .scroll-numb li div span:nth-of-type(1),.count-title{font-size: 36px;}
.technical-box .scroll-numb li p{font-size: 15px;}
}
@media (max-width:1000px) {
.technical-box .scroll-numb li div span:nth-of-type(1),.count-title{font-size: 30px;}
.technical-box .title{width: 300px;}
.technical-box .scroll-numb{width: calc(100% - 300px);}
}
@media (max-width: 768px) {
    .technical-box .title {
        width: 100%;
    }
   
    .pul{padding: 0 6%;}
    .technical-box .scroll-numb {
        width: 100%;
        margin-top: 20px;
    }

    .technical-box .scroll-numb li {
        width: 50%;
        margin-bottom: 15px;
    }
    .technical-box .scroll-numb li div span:nth-of-type(1),.count-title{font-size: 36px;}

    .technical-box .scroll-numb li p{font-size: 15px;margin-top: 10px;}

    .technical-box .scroll-numb li:nth-of-type(2) {
        border-right: 1px solid #e3dad1;
    }
    .technical-box .title{font-size: 30px;}
    .technical-box .title p{font-size: 23px;}
    .cbox{display: block}
    .cul{margin-bottom: 20px;}
    .clist{margin: 0;}
    .cul,.clist{width: 100%;}
    .clist li h3,.cul li h3{
        bottom: 0;position: static;height: 40px;line-height: 40px;font-size: 14px;
    }
    .technical-box{padding: 10px 0 30px 0;}
    .abouts{margin-top: 15px;}
    .xinwen{margin-top: 30px;}
    .product_list1 li{
        width: 50%;
    }
}
@media (max-width: 480px){
     .pul{padding: 0;}
}





 /* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #434343;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 0;
}

.footer ul li.active {
  background: #00468c;
}

.footer ul li a {
  display: block;color: #fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color: #fff;
}

 


@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1565855015741'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1565855015741#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABPgAAsAAAAAIfQAABOQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCHEgqvYKYKATYCJAOBBAtEAAQgBYRtB4J0GxIcM6P2krNCyf4PB9wYgndo9ZIoXUPjUs2yBfFjE49lPJ92aYhvhvIY2BWhBb5TX/TOtV0tnpspBiP6D4rzUBx7BRGOhlL+PG3z/bsDzqQsTMpGxdjaSRmNAbMSjAicbhNdh+vSZTcPdUJEgZJ2InLv+JSAGmt79+q4NjFJlCSeGokhFUqnEoqHzBAA8/2mBcnpQLcnA0TW3A9J2xVzfuAXvu7dAJGmHl+VyLoMM6fy8XNt/o9+vgMABupfW+b36nFRX2UmLt1Wz8Me7A3HXmBJqcbHqagIGWSTMU6qWf9vqlI73WxMGL0+dQ5ACmARCvwn+aU66ZzkO864OB2Ku5KtTKl74U1IUaHOLpA6T9kq2gu1LC0rwgWIlOLqojEG+h8wsEqvLGRTLlDVIJamj8vmwwMEwJgjiADthUQlAolwNhH63RRqs4F0VCMksxCygiq4bxJDU4CCjHrsLABM5r8f/YIfIgEwlAScA5Wa4DyQPIeXKbjOoIO0qYHt8XEAWD4IAAcgAgACYFGY+wvWoCJuGYuchIu8gIHLE0qCDyNMWfHgJZBSqk693r4ImPYp9WGWibRsdyIjxUopST55rBjsZhbKXlpZ29h6P9qjUV9RxxrXgmjZX0/RzjQxlFTFImdd5//lrTraBoQ0nPsWAeEJbQM+4LaSdh9IFcHHSpo+8JX0+SBWUgQflJVUwAfVRGM0oBYYCVQDMwIKYCYwgZkCdYOZAfWDMYDqYFYwpcfcYZIxD6BOMBFM+WBeQGWwkUANsECY0mCxMKlMCZQHSwHqAksFyoF1AvWC9cJUNvYWK0mCzwDUw5kWK+nwlYzawFJwgAEYfHh2PGZYLvcN52zIwhbhhXsOzYYVbz29wClOyzwsK+coXqxAsvxSGqfHz3VySR2vGSelnJoQM3WhMtYyq5O5o6z6PvWVl946O7OZaz+4uRXlC4VNGwUZ3WbHXohwh33FqToI5NElok+XSlDzTYqRdcgOAOg7XAtuQ4ZjS1og/W4CZ3ssuq9lusDYQgw4iiy+c7vjEcgIwYCRB8bo3dicyY0PvYKme/Dh5C2eKW69tYBSjRAVY9kRNt1eyNfxfeXJtM0I6mKqxZ+KhYs7dh5JmiRhGxnC9s2LO8mznlTnCB/xH9d9hCDvimzdBr4rH/okUeDM7FL002RxF8eU4khTCfFtLNwR+0EinKD9kpcHJi7suhhq9xfsf4ktshL0S8F3xO518HLHVzw6SHGwjMm/P2qUCvqWxtgmJbZ1c6Msa6qmKYqsHLXpKC9Z7IL5p+Ax6Uvpoke+4hTskmSS9wSkTTc+mgx/zvbStDygLCH5ERl4eKzxPGEp1TUiJWmSrL0H/Lfs/6PQ/zTyr7qetyAzU6jzJNYFKb7fpw1Pv0/6dtKGJ7RXC1n4EHdP+03RVw/IFS88kK2aNbtilMfrgBBp6OCcxwQB7G8WrP+iajDWjjf9SfoFOUqHFXyF26ZOrxeRNBRjvYVMBCyI0Mk/xL0ZRFQHra8hzwYLmHopyatpfsCsVav/ECfMWzdhvFnIim7GZRvjZWBuVVk8M6HeroQZ454yA7rKAI4FLKcLSQiyLWyUzyQqds2sWuXT3TJ4s4PqMz6P5YKV1QhrSk2el2Q7BM6DzAzOxGaRK9i2++iEBoeBOWf7q+bl6vOadij2izdXNnS36I8WPPKX3BqRSIfi5f54ZTHiismBRH08v70lQghenHxz4fX3vVqvDCu9GES1DJXSr9+nNf8VLuu8DC3EsgGfigquv+8ZbP0wqf7aux6B5rcHXHamEEUQmhKUEFNtFgd263OJACnuTk9QtP7zdbkSW+JxudmiWbILRl7WJ3AyO9DtiieEzIBmv31ukJdKZmFX/w4bvs0usbhZtPIMpivoG1y3opsRk4acChV6bNnG+vUbEGzD87sdumLE+ycMmH5nf+jlJnIO06vypxmGrl979M2w476/YtmL0RXsVERsKyg9ILVdiJAt+dEDn60fzz4lcjfWZlHNywkOgxHEcn4oUYvDSkN0Qixs0w1/uk2vNMkueqENIFDH8ntd08uMYrTchjUOjlAkZGTETeUyQvjc2BHHYSxLxOL7iNvarzX8zl6tUY+k1R2OE070SMcaoUd7Gsbf3sSqUxlSuGXfobXBFqYSEgFxLGPMpFoD3baOFylejrhJycsNyt2wrw3IZASnORS/eBHmu0D8WByMdyF6Jeo+th7CxJjEuYNOHGWnmu62k4CxrWScZbRHY85uvPq2+1xHZjBXy/uJmy3xMmEGgCI6RyPkutKVFbWzROfUQjMCecCSOce6nucIl46ocAuk4+zcgXfpUcFJ3iqHGDpKVlUFaBqw8lBGhbKJSqLqFhXeyocbehPpRcWiTaniNtDINYDgje+1xLJ4h3m5TAIORuscrRHVHNa0Co3Fw4qWi+5UB8/oyialcc1ClUI4d+UHy2gvijVSUopeoL4/PIRURZrfcfth6DSofb1S0UDdSrNK6HH0Kpl/FU/f9havKbyaYNNZO2v9Uh3vH/d/OH3qpYVJTFQalKuE4oO3lTGRbFp6MYn6cvzi4K412quT6OpmWLOW9MlPG5bd6SzFsUtmz6oyKSl3qGrDoKcHGNGIdoDRnL+pWmfbhn/lJr9s89tl4o5HRdeHFs+LG4ZmxhKzjiluUexW2BGEhoNNUoc4QDS/KHTvWjjRDGMoD0p6WJqJIYXMBwYpmQ31L3qGYYZjrqyYtUD6MpMSZXV2hFBmMkwHlnawg+xgPRlTROluY9bLRYKpOQuZLEo+fW8CM/EPYG886NVBBvtRnxquWVPhf//ugBoF7/z6/dcnVq1Cn2mMErgHfv7ZDLj0f9P503fwDnwkq/SE3PHtlLaXgPcYpUtK+AWUjB2f8dzPjGGqcj/XGo1E5dq/ejajVtnZiaoKk7UoL8oeWI0UcPWBd8/h5RpzMTu71hEqRr5AyKVUzD0MtUDTFzJVQuGMfEZCMASBmgFPx10YYtw30GdccIFx4fQibO4Fkx0D3G6Mj+nZA2w9l+t2+p7Ly4V/DUVoYi/SooKJPUVYSk7qQQVIO6m3CPESn05xVS3S5EMejIyraspThiSIQf+y0aV4V2cjakIG0bDxC13QxWGMfbvf9FrLNFmknQfFbV9W4fxkT4BJPjx7yVLjxbdmhgZERipfaxKEBXUBLZ5/5uEBMlIY4xZaCAoYeWlfkM9E/mSuRPT88dBAxxkOswNGvSp/VOfxp3/LX2HF04SBNzzkIE94xQku6Tncqd2heu6jRBUdJKKPdEmQmCI7ZCpyijoX6eSZjOoasFQsZeSTw+bj5y/jC4NcqpW0zgXcBdQxca7VQfjCP1Lzh+uwdRuxzgBu9q/3GR8yX3GzAh5+6zaC03TXHcTnz4SMHUFwlNXF8zhBkgSM40FwtFo/46DHNrPJCo8KNZic8U+KkuJMQ4tWLeorXa0w9a5SBNIgOr05QhIOiCl2j0elWhRtrF7x2LZn8WMjNYou1cYj4uOaoDVSZVwAQzoJ29WUhaMp9fWURclrqcPO01KnvcY027cbAL4+l3zO9FfewYvxonEPzDWdg6+Nmjcvnvwc3Hj9hJbMb+f2xi7ae7pzdKVsTT+MZD6mB8qfsUuyY+QjYa1YIccwqMMVCnGvWE+Uvd+qvA9MRgLQioPvO31t/DhrbZlnuRPt+fqvLXZx/89EUyzFVRmkP6eXA/56I+P5t0XW1trybYdx+FNqA2uH1cKIzyfX2SYM87dfZycfJgg8GGgcMEQxRD7Ef8Sjx+umxA/327yuTzacH3hQYuI/RD7Ul9DHFwCDJb5HfYmb9uZLaYr3ltpythFVGZFFdaTSFtWP6ECrEAp0pAPV/zvXn7ra5NWcY78FEw23+GEoMwOFQUhmdiji36IvHFtfSTKunBxfZjfs25lnGyNKqo8G045sOZ+evrJRygk2smbmUtKEBSsiI7ifjmBbKTbM7zOqRu9UchKN5aQcyxKslXyEvyGU/ogFi1nzqwsKZdMqfBkMCBiRN0XJo6yh8JVnlSwelVlgzMIJgRdAJgZoEtD9E3Y39+xoq1qDYagLYHOT/+iU1DpdC7ebnecN2MtDbrfLpfYOGJPvGnMgDRc7yuYfa1g9fkfySLkocgLEYeO3bx+PGWn3+vEQ9yMpF4nCdozf2bCjpyxucMoqyMGX3ry5VAZ+AnwgJ2WVwNicaa5ry575weC+UeJx1Lm0aBIB4vG0teRGcg25numV61nuJa70kzOVio5KjHPmSboZ2H607R63NfFwXbctcMAMF5eoUXU1UufC6io1BqNbvtUO24JGkaPw5bfvLJeBewBMTZcHVoACK58+vQxLwDiwclAEVsjLRd1HUTti1fN/IISP3bVrLA4AyIvVjGFpmRhql3WRJKDycgQjMaoTkGUkLkASuEfEu4ivn4h+Yuf3b/3YAPXLJ7w/A798Men0WIrdukUsw5fcur5cs/AbN8ez5Mb1m84X5isUwYrxzjNyNzpkKppaWprW7pFJ6b8+RHMHBk27G6zYHHasSnt7wjYfhz3G0XXxhT3Er9+EjD0noHKv9Y9x/KCXTOZlCWPHqplnQcUQMgRq5hmW+hMFbvwiT1mzIofM8qoZVuFKGzrWa+g8VrTblKmGoC0ytzdZ4zfyLc7lWqits6xUU5flZ04eoGlpA5MkNcunWqltMi1GV58VsObvbJO7b1+TkXTsxwrzkzJ/Zzdzu3aOxjqVVz82opZfZ5Vqo+W00efd4fpV/F1w8JfJ2IRo+h7Fmi+8S/6PeF92B+xlK/OqLh2w2kZ/+MnnU/7YN6fR1v60/q2sm/9nwKRGDexlqOhCukDN2oM0OXYZnklQosrJqW0J+qTSAXGCsIdnzc3uXbx4z8z87sVXLaZFN7PzWsMnuYbjd3C4Bdwc8vVn7JB/RaXjYue5Ly5Y+AjNhsTWSCkvuXjMPA/n9JL/jT++Dgm10yUM8ILVw80M/fpjpnlRidRcj1i4c3rASW9uE25jrl8kNo465092r/gIvcbRPJ+OM74w2E5m+d55tV8uWMxnu/Zb3JaUSm4LXfrZvek7wq0Ts6fa81BlNyaGq3JggiUtYYYq3Cw5OCIxxaz18VAy9ydCk1ycVorcEDJLqZCvDhix1O5/yQjz5ODIxOTrxxtZvkA9Nj/Zzcrpc1NE9bGerIQF6pn5yW8a0zkJ3rZpRb9bx7UUj2Afe7jTYYfVMje5qUEymFriw4wdsQ0fTGM9Xx0sb72hSBWwDie4wLGTD7Bp+7SbxY5SB//o6Pdi5mOVDwt/L/TWc/i2cwVe78Zk37eyuR8TvTcSV8ZjmeuOnep+i8Lw8jIi2OfunDmL9bYUiJ8PXJUevrwkCLjI7+hodasIDPZrzspq9guegh08iE1R+DdnZrX4ySGwwv16R8d4K7CeGN6ALe7D6od5aJWxGo9hDVjfYqyB9NDEKrUeMLRP9/C+mfm9hxfvmVv9eF9huYrzEVQMvnB+1cNzjo7nfPPm97xWLp8v3Q846VMmdq/zIru5hOMolLPc5APnockqgipr8uQ4VOwPhbQYguKCOojZm2c2vaPp5iy2S4Y6UsIIhFkErBcwNHCq7wPnQx8Exi/QM1Q8FUPPfFghttkf9XB2MPMHXxnFDauZP78Gq8U8BKtxwyVylpKtUEg50s+nKiXr7qfAUlBjI0px2+QmeD3llSds/e04dgIjpTG/j9PnZxdBY8qkiPybEm8KHDA9T/lLIplUvF5nEBt8by7YQl+y/RZKEsZh+DUic8QK7My88Mr3P21dwLM5ahU8GtEy/fRXSOzW/vJfpoW94UqJ375VdjlJpCx0DkPRa6yzstx5MYrOMjrltEMGK7sH+Enr+VFwYZyz3vqj8SDdH8j5xFXt38nHkjDlkEmClIv2Ehee65XiSoX42nVx5fuZghV77oa/JAO2neXG5hV21lzhyj5P8XKfqeNu0C0yT8uQ+OvrlgO6SbF7CNf+D34nOHtv68+snDyZ/F2+5133PuJouPpJhc9lYa8aA/iPG5PX28TfrYfyMx08tkkyGPjpuF2uQNsyw//NHOs5WjRIX3gEhrY66j/xHXX3851ukTVGSUdqqUY0DmoCSZhMThGpKSYC1DRSkJrnKfTBBWxV6lDSCMCUsYqKMGxSMeYOqDiGc0liyj2Vwso7lYoRcNWYOswlTbiEwt5pAMmgxeFVoCKfVS339P43YJKTwV7OSx8gRNwjdt5id8cleAhxhMQns2fORBaoEBfKyMA5EmWgHBSvLXN5vPHRiELXiopKj1wAJH4sqwk5XjcspBAvuzbreX79DWAkjhQkx91v+AAEEd664MubmJC8tDzpuHnxVnti7NUwnhG3QwNSEEIYB+7SSoQKcbEcUNhaQYjm0jEfdj4N1Vqnny6GTVpHPMH57oMBQzgiEAVREQ2RyOgPujeHTJEZMkd0xMDEwmbBkhVrNjhs2bHnwJETLh5+xAUV0IxWhhErRxFa0VLKsd2Qg2OpuK1ReptkM7IMu1YeOlsmz6SBUm8Toeubxc6r9NsM3rQfXzUdJC07Aq5ioGZvHMI15ICSmqUlDwOHiUpzUv0rtpbCUdAylAqJLQ1qNrUZ7uqCQg0tGYY5+pDIE2NKu3YJeqMlDuBoPCE8twsR4pVNDdDIfZvwhaRlytOKlGKiTmSC56QstLUke+KdApMk+TQbZctUKgAA') format('woff2'),
  url('../fonts/iconfont.woff?t=1565855015741') format('woff'),
  url('../fonts/iconfont.ttf?t=1565855015741') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1565855015741#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e609";
}

.icon-share:before {
  content: "\e601";
}

.icon-close:before {
  content: "\e606";
}

.icon-shouji:before {
  content: "\e6ec";
}

.icon-contact:before {
  content: "\e616";
}

.icon-dianhua:before {
  content: "\e62c";
}

.icon-star1:before {
  content: "\e60b";
}

.icon-didian:before {
  content: "\e68b";
}

.icon-wodeshouhuodizhi:before {
  content: "\e65b";
}

.icon-yanzheng:before {
  content: "\e650";
}

.icon-qianbao:before {
  content: "\e64f";
}

.icon-icon-shuanglieliebiao:before {
  content: "\e604";
}

.icon-phone:before {
  content: "\e63d";
}

.icon-liuyanjianyi:before {
  content: "\e62d";
}

.icon-jieshu:before {
  content: "\e605";
}

.icon-goumai:before {
  content: "\e629";
}

.icon-denglu:before {
  content: "\e608";
}

.icon-denglu1:before {
  content: "\e610";
}

.icon-gou:before {
  content: "\e63c";
}

.icon-date:before {
  content: "\e602";
}

.icon-jinrujiantou1:before {
  content: "\e607";
}

.icon-lingdai:before {
  content: "\e859";
}

.icon-jinrujiantou:before {
  content: "\e600";
}

.icon-view:before {
  content: "\e767";
}

.icon-shanchu:before {
  content: "\e62a";
}

.icon-edit:before {
  content: "\e65a";
}

.icon-huixingzhen:before {
  content: "\e60c";
}

.icon-sousuo:before {
  content: "\e734";
}

.icon-gouwuche:before {
  content: "\e683";
}

.icon-daohang:before {
  content: "\e603";
}

.icon-mimaicon:before {
  content: "\e60d";
}

.icon-star:before {
  content: "\e85a";
}
/*share css style*/
#mobile_share {
  position: fixed;
  right: 0;
  bottom: 90px;
  width: 123px;
  z-index: 99999;
  background: #fff;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mobile_share h2.title {
  text-align: center;
  line-height: 30px;
  height: 30px;
  background: #717577;
  color: #fff;
  font-size: 14px;
}

#mobile_share .share_item {
  padding: 8px;
  background: #fff;
  border: 1px solid #f1f1f1;
}

#mobile_share .share_item li {
  display: block;
  overflow: hidden;
  margin: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 8px;
}

#mobile_share.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.share-link {
  display: block;
  margin: 0 auto;
  width: 105px;
  overflow: hidden;
  line-height: 32px;
  font-size: 12px;
  padding-left: inherit;
}

.share-link i {
  background: url(../images/share_icon.png) no-repeat;
  background-size: 200px 32px;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 20px;
  float: left;
}

.share-link span {
  display: inline-block;
}

.share-weibo i {
  background-position: 0 0;
}

.share-renren i {
  background-position: -42px 0;
}

.share-douban i {
  background-position: -84px 0;
}

.share-qweibo i {
  background-position: -126px 0;
}

.share-qzone i {
  background-position: -168px 0;
}

.share-weixin {
  display: block;
  margin: 0 auto;
  width: 105px;
  overflow: hidden;
  line-height: 32px;
  font-size: 12px;
  padding-left: inherit;
}

.share-weixin i {
  background: url(../images/share_icon2.png) no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 20px;
  float: left;
}

.share-weixin span {
  display: inline-block;
}















